Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes launch error of convert_checkpoint.py script #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jophinj
Copy link

@jophinj jophinj commented Jun 14, 2024

Fixes the path issue that causes the error "ModuleNotFoundError: No module named 'cerebras.modelzoo'" while calling the convert_checkpoint.py script.

Traceback (most recent call last):
  File "convert_checkpoint.py", line 34, in <module>
    from cerebras.modelzoo.tools.checkpoint_converters.base_converter import (
ModuleNotFoundError: No module named 'cerebras.modelzoo'

Fixes the path issue that causes the error "ModuleNotFoundError: No module named 'cerebras.modelzoo'" while calling the convert_checkpoint.py script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant